LFW


source

LFWPeople

 LFWPeople (mtcnn=True)

Individual facial images. Splits contain disjoint identities, since they’re meant to for constructing pairs (using Pairs)

LFWPeople().dev().dls().show_batch()


source

LFWPairs

 LFWPairs (mtcnn=True)

Fixed pairs of facial images

LFWPairs().dev().dls().show_batch()


source

SLLFWPairs

 SLLFWPairs (mtcnn=True)

Similar Looking LFW: http://whdeng.cn/SLLFW/index.html

SLLFWPairs().test()[0].dls().show_batch()